home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Contrib / STk-wtour / lessons / text1.stk < prev    next >
Encoding:
Text File  |  1994-08-24  |  185 b   |  6 lines

  1. ;;; Basic text widget
  2.  
  3. (pack (text '.text))
  4.  
  5. (.text 'insert "current" "This is a text widget, displaying some text.\n")
  6. (.text 'insert "current" "Try editing the text in the widget.\n")